home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu183.dms / pu183.adf / runfirst.bas < prev    next >
BASIC Source File  |  1990-12-04  |  1KB  |  29 lines

  1. ' Ported to the Amiga in March 1988 by Nathan Barber
  2. ' Adaptions for Amiga graphics (c) 1988 by Nathan Barber
  3.  
  4. 100 REM Program to show new users how to start
  5. 110 PRINT
  6. 120 PRINT "The Genealogy ON DISPLAY Programs and the Documentation are all on this"
  7. 130 PRINT "Distribution Diskette."
  8. 140 PRINT
  9. 150 PRINT "To begin, bring up IBM PC DOS (Version 2.0 or later), and BASIC."
  10. 160 PRINT
  11. 170 PRINT "(Note:  If you are using a printer other than the IBM Matrix or IBM Graphics"
  12. 180 PRINT "Printer, you may need to modify the documentation to fit your printer.  Run"
  13. 190 PRINT "the BASIC program 'printers.bas' for more information.)"
  14. 200 PRINT
  15. 210 PRINT "Make sure that the printer is on, and then LOAD and RUN the BASIC program"
  16. 220 PRINT "'director.bas' from this Distribution Diskette.  This will print a Program"
  17. 230 PRINT "Directory, which contains information about the rest of the documentation,"
  18. 240 PRINT "and about the Genealogy ON DISPLAY programs."
  19. 250 PRINT
  20. 260 PRINT "Following the instructions in the Program Directory, LOAD and RUN the other"
  21. 270 PRINT "six documentation programs, each of which will print a section of the User's"
  22. 280 PRINT "Manual.    (Have plenty of paper ready, since the User's Manual is many, many"
  23. 290 PRINT "pages long.)  If you want, you can trim the pages of the User's Manual to"
  24. 300 PRINT "5-1/2 x 8-1/2 inches."
  25. 310 PRINT
  26. 320 PRINT "The User's Manual explains the functions of the Genealogy ON DISPLAY
  27. 330 PRINT "programs, and how to use them."
  28. 340 END
  29.